jade.content.abs
Class AbsContentElementList

java.lang.Object
  |
  +--jade.content.abs.AbsObject
        |
        +--jade.content.abs.AbsContentElement
              |
              +--jade.content.abs.AbsContentElementList

public class AbsContentElementList
extends AbsContentElement

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

Field Summary
static java.lang.String name
           
 
Constructor Summary
AbsContentElementList()
          Constructor
 
Method Summary
 void add(AbsContentElement e)
          Adds an element to the list.
 Iterator getAll()
          Gets the elements of the list.
 
Methods inherited from class jade.content.abs.AbsObject
dump, dump, getAbsObject, getCount, getNames, getTypeName, isGrounded, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static java.lang.String name
Constructor Detail

AbsContentElementList

public AbsContentElementList()
Constructor
Method Detail

add

public void add(AbsContentElement e)
Adds an element to the list.
Parameters:
e - the new element.

getAll

public Iterator getAll()
Gets the elements of the list.
Returns:
the list of elements.